home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / RCS / Rpc_GetName.man,v < prev    next >
Text File  |  1991-04-12  |  2KB  |  70 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     91.04.12.18.07.17;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Manual page for Rpc_GetName function.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1991 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.3 91/01/07 17:55:52 mottsmth Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS Rpc lib
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. Rpc_GetName \- Get the name of an RPC.
  42. .SH SYNOPSIS
  43. .nf
  44. \fB#include <rpc.h>\fR
  45. .sp
  46. void
  47. \fBRpc_GetName\fR(\fIrpcNum, resultLength, resultPtr\fP)
  48. .SH ARGUMENTS
  49. .AS char resultLength
  50. .AP int rpcNum in
  51. An RPC number.
  52. .AP int resultLength in
  53. The number of characters in the result buffer.
  54. .AP char *resultPtr out
  55. A pointer to the result buffer.
  56. .BE
  57.  
  58. .SH DESCRIPTION
  59. .PP
  60. .B Rpc_GetName
  61. returns a human-readable name for a given Sprite RPC number.  The user
  62. provides a buffer into which the RPC name is copied.  If the user's
  63. buffer is too small, the name is truncated to fit.  A buffer of
  64. .B RPC_MAX_NAME_LENGTH
  65. characters is guaranteed to be big enough.
  66.  
  67. .SH KEYWORDS
  68. rpc
  69. @
  70.